home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / strerror.0 < prev    next >
Text File  |  1996-09-02  |  910b  |  27 lines

  1.  
  2. STRERROR(3)                UNIX Programmer's Manual                STRERROR(3)
  3.  
  4. NNAAMMEE
  5.      ssttrreerrrroorr - get error message string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _c_h_a_r _*
  11.      ssttrreerrrroorr(_i_n_t _e_r_r_n_u_m)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ssttrreerrrroorr() function returns a pointer to the language-dependent error
  15.      message string affiliated with an error number.
  16.  
  17.      The array pointed to is not to be modified by the program, but may be
  18.      overwritten by subsequent calls to ssttrreerrrroorr().
  19.  
  20. SSEEEE AALLSSOO
  21.      intro(2),  perror(3),  setlocale(3)
  22.  
  23. SSTTAANNDDAARRDDSS
  24.      The ssttrreerrrroorr() function conforms to ANSI C3.159-1989 (``ANSI C'').
  25.  
  26. 4th Berkeley Distribution        June 29, 1991                               1
  27.